翻訳と辞書
Words near each other
・ Resource allocation (computer)
・ Resource Allocation Working Party
・ Resource and Energy Economics
・ Resource Area for Teaching
・ Resource base of Communist Czechoslovakia
・ Resource Based Economy
・ Resource bounded measure
・ Resource breakdown structure
・ Resource Central
・ Resource consent
・ Resource Conservation and Development Program
・ Resource Conservation and Recovery Act
・ Resource construction set
・ Resource consulting
・ Resource consumption accounting
Resource contention
・ Resource curse
・ Resource dependence theory
・ Resource depletion
・ Resource Description and Access
・ Resource Description Framework
・ Resource Development International
・ Resource Directory Description Language
・ Resource distribution
・ Resource efficiency
・ Resource Extraction Monitoring
・ Resource fork
・ Resource fragmentation hypothesis
・ Resource Hacker
・ Resource holding potential


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Resource contention : ウィキペディア英語版
Resource contention
In computer science, resource contention is a conflict over access to a shared resource such as random access memory, disk storage, cache memory, internal busses or external network devices. In recent years, research on the contention is more focused on the resources in the memory hierarchy, e.g., last-level caches, front-side bus, memory socket connection.
Resolving resource contention problems is one of the basic functions of operating systems. Various low-level mechanisms can be used to aid this, including locks, semaphores, mutexes and queues. The other techniques that can be applied by the operating systems include intelligent scheduling, application mapping decision, and page colouring.
Failure to properly resolve resource contention problems may result in a number of problems, including deadlock, livelock, and thrashing.
When multiple processes wish to use a shared resource, this can lead to resource contention. Access to memory areas is often controlled by semaphores, which allows a pathological situation called a deadlock, when different threads or processes try to allocate resources already allocated by each other. A deadlock usually leads to a program becoming partially or completely unresponsive.
Access to resources is also sometimes regulated by queuing; in the case of computing time on a CPU the controlling algorithm of the task queue is called a scheduler.
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Resource contention」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.